home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / hklaun.zip / README.TXT < prev   
Text File  |  1995-03-13  |  5KB  |  99 lines

  1. /******************************************************************************/
  2. /*     HKLaunch v1.1  -  Replacement for using the STARTUP folder or the      */
  3. /*     for OS/2          STARTUP.CMD file. Allows to start applications with  */
  4. /*                       dependencies to other applications or to day and     */
  5. /*                       time. It is also possible to send keystrokes to the  */
  6. /*                       started applications.                                */
  7. /*                                                                            */
  8. /*     Copyright 1995 by H. Kiesbauer, 4U - Software                          */
  9. /*                                                                            */
  10. /*     README.TXT file                                                        */
  11. /******************************************************************************/
  12. 1. CONTENTS
  13.    This package must contain the following files:
  14.    FILE_ID.DIZ           BBS description file
  15.    README.TXT            this file
  16.    HKLaunch.EXE          executable file
  17.    HKLaunch.ICO          icon file
  18.    HKLaunch.HLP          help file, can also be viewed by VIEW.EXE
  19.    HKRXTOOL.DLL          utility DLL library
  20.  
  21.    It may also contain
  22.    VROBJ.DLL             Watcom VX-REXX runtime DLL library which is needed to
  23.                          run the application
  24.                          must be version 2.1 or higher
  25.    If it is not contained, you can find it in our product "HKFaxPbk", HKFAXPBK.ZIP
  26.    file or in Compuserve ( GO WATCOM ) or many mailboxes.
  27.  
  28. 2. OPERATING SYSTEM AND REQUIREMENTS
  29.    This application needs OS/2 Version 2.0 or higher. It needs 200 KByte disk
  30.    storege space without VROBJ.DLL. VROBJ.DLL needs 900 KBytes.
  31.  
  32. 3. INSTALLATION
  33.    This package needs no specific installation, just copy the *.EXE and *.HLP
  34.    files to directory you choose and make sure that the *.DLL files are in the
  35.    same directory or in a directory which is named in your LIBPATH statement.
  36.  
  37.    The system will generate a *.INI file at the first activation. This file
  38.    should be in the same directory as the *.EXE file.
  39.  
  40.    You can use the *.ICO file for generating a desktop icon to start the appli-
  41.    cation.
  42.  
  43.    If you wnat to start HKLaunch at system setup, which is the preferrable use,
  44.    generate a program icon in the STARTUP folder and enter the path where you
  45.    placed HKLaunch as the working directory. Enter also "/S" as program para-
  46.    meter if you wish that HKLaunch starts immediately launching your appli-
  47.    cations and shall close if finished. Use "/s" to let HKLaunch and its window
  48.    stay open.
  49.  
  50. 4. WHAT IS NEW IN THIS VERSION
  51.    Maintenance release
  52.  
  53. 5. LIMITATIONS
  54.    If not registered, the package handles all defined applications, but only
  55.    starts 2 of the apllications without and 2 with dependencies. This should be
  56.    sufficient to let you test the functionality and the performance.
  57.  
  58. 6. REGISTRATION
  59.    The package contains a menu entry which lets you perform all neccessary
  60.    registration steps. The registration fee is $ 20,-- ( or CHF 25,--) and
  61.    is valid for all subsequent versions unless otherwise stated. Please use
  62.    COMPUSERVE's registration service for your convenience and mine ( GO SWREG,
  63.    the registration ID is 4852.
  64.  
  65. 7. VERSION HISTORY
  66.    1.0  - 23.02.1995  Initial release
  67.    1.01 - 03.03.1995  Maintenance release, some bugfixes
  68.    1.02 - 05.03.1995  access to HKLAUNCH.INI with more efficient routines
  69.    1.05 - 10.03.1995  speed up the test for former runned applications, bugfixes
  70.  
  71. 8. KEYSTROKES AND CAPTION FOR SOME APPLICATIONS
  72.    Please note that you must separate the keystrokes by "!!" if a keystroke
  73.    sequence opens a new client window or a submenu in order to ensure that
  74.    the next keystrokes are sent to the new window or submenu.
  75.  
  76.    Note that the caption must contain the caption and eventually the window
  77.    list title of the application. Please use always the "List" pushbutton to
  78.    obtain these values, as some applications display not these values on their
  79.    windows ( an example for this is FaxWorks!). Please note that there are
  80.    applications which do not have a caption, but only a window list title. In
  81.    such a case, the application caption field must start with !!.
  82.  
  83.    If you want to send keystrokes to a DOS or OS/2 window or full screen session,
  84.    this can only be done via the clipboard. If you use a national (non-english)
  85.    version of OS/2 you must give the letter for the "Paste" function of the system
  86.    menu at the beginning of the keystrokes, separated by !!.
  87.  
  88.  
  89.    FaxWorks      -  To start FaxWorks with the "Recieve All" option set:
  90.                     Caption   : FaxWorks for OS/2!!FaxWorks Fax Window
  91.                     Keystrokes: {Alt}F!!RA
  92.  
  93.    Soundblaster  -  To start the mixer in order to reset the sound values
  94.                     Program   : CTMIXER.EXE
  95.                     Caption   : Creative Mixer
  96.                     Keystrokes: {F10}!!x{Down}{Down}{Down}{Down}{Down}{Enter}{Alt}{F4}
  97.  
  98. /************** END OF README.TXT for HKFaxPbk *******************************/
  99.